ManualHandlingRequired

data class ManualHandlingRequired(val type: TokenType, val token: String) : DeeplinkHandledStatus

Indicates that this was a supported Stytch deeplink, but there is something more your application needs to do with the extracted token.

Currently, this is only used for handling PasswordResetStart deeplinks, in which you must collect a new password from a user and use this returned token to complete the PasswordReset flow.

Constructors

Link copied to clipboard
fun ManualHandlingRequired(type: TokenType, token: String)

Properties

Link copied to clipboard
val token: String

The token that was extracted from the deeplink

Link copied to clipboard
val type: TokenType

The TokenType that was extracted from the deeplink